text{
    font-size: 16px;
    font-family: Open Sans, sans-serif;
}
text.title{
    font-size: 28px;
    font-weight: 600;
    fill:#054663
}
text.subTitle{
    font-weight: 500;
    fill: #777777;
}
text.label{
    font-size: 14px;
}
.map-legend text{
    font-size: 14px;
    fill: #777777;
}
text.caption{
    font-weight: 400;
    font-size: 14px;
    fill: #999999;
    background: #f5f5f5;

}
text.yearText{
    font-size: 96px;
    font-weight: 700;
    fill: #cccccc;
}
text.yearIntro{
    font-size: 48px;
    font-weight: 700;
    fill: #cccccc;
    background-color: #f5f5f5;

}
.tick text {
    fill: #777777;
}
.xAxis .tick:nth-child(2) text {
    text-anchor: start;
}
.tick line {
    shape-rendering: CrispEdges;
    stroke: #dddddd;
}
.tick line.origin{
    stroke: #aaaaaa;
}
path.domain{
    display: none;
}